Online documentation - WebsydianExpress v3.5 |
Invalid value specified for &(2:). (Returned status &(1:)).
&(1:) - The returned status from the call to a field validation function.
&(2:) - The name of the field.
This message is written by the WebsydianExpress ValidationShellForProcess functions.
The message is primarily used as part of a system of delivering information about errors to the calling functions.
It indicates that the validation function for the field specified as parameter 2 was called to perform a field validation. The call to the function returned a non-successful status.
In general, the handling of this messages is the responsibility of either the function inheriting from ValidationShellForProcess or the function calling it.
In some cases the returned status will specify a message id that will be a parent message that scopes a number of messages stating the error reason.
Validation / Informative